home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 43
/
Vol 43.iso
/
games
/
penguin.swf
/
scripts
/
frame_57
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-06-26
|
201 b
|
11 lines
function endDemo()
{
trace("ccc::" + control);
control.removeMovieClip();
trace("ccc::" + control);
gotoAndStop(5);
main_mc.gotoAndPlay("demo_end");
}
stop();
_root.endDemo();